home *** CD-ROM | disk | FTP | other *** search
- object Registration: TRegistration
- Left = 200
- Top = 117
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'WPC Registration'
- ClientHeight = 218
- ClientWidth = 422
- Font.Color = clWindowText
- Font.Height = -17
- Font.Name = 'System'
- Font.Style = []
- Position = poScreenCenter
- OnActivate = FormActivate
- PixelsPerInch = 120
- TextHeight = 20
- object Label1: TLabel
- Left = 24
- Top = 16
- Width = 46
- Height = 20
- Caption = 'Name'
- Font.Color = clBlue
- Font.Height = -17
- Font.Name = 'System'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label2: TLabel
- Left = 24
- Top = 96
- Width = 165
- Height = 20
- Caption = 'Registration Number'
- Font.Color = clBlue
- Font.Height = -17
- Font.Name = 'System'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Edit1: TEdit
- Left = 16
- Top = 40
- Width = 393
- Height = 28
- Font.Color = clMaroon
- Font.Height = -17
- Font.Name = 'System'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 0
- end
- object Edit2: TEdit
- Left = 16
- Top = 120
- Width = 393
- Height = 28
- Font.Color = clMaroon
- Font.Height = -17
- Font.Name = 'System'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 1
- end
- object BitBtn1: TBitBtn
- Left = 72
- Top = 168
- Width = 97
- Height = 33
- TabOrder = 2
- OnClick = BitBtn1Click
- Kind = bkOK
- end
- object BitBtn2: TBitBtn
- Left = 256
- Top = 168
- Width = 97
- Height = 33
- TabOrder = 3
- OnClick = BitBtn2Click
- Kind = bkCancel
- end
- end
-